* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-family: "Poppins", sans-serif;
}
body {
  background-color: black;
  background-image: url('wallpaper.png');
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0;
  background-position-x: center;

}
.wrapper {
  max-width: 640px;
  padding-bottom: 10px;
  position: relative;
  margin: 0 auto;
  background-color: #1f1f1f;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: rgb(201, 201, 201);
}

img {
  max-width: 100%;
  object-fit: contain;
  height: 15em;
}

.container{
  position: relative;
  padding-top: 56.25%;
}

.iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0%;
}

#myImage {
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  top: 0%;
  height: auto;
  z-index: 21;
}

#myImage2 {
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  top: 0%;
  height: auto;
  z-index: 21;
}

#myImage3 {
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  top: 0%;
  height: auto;
  z-index: 21;
}

#myImage4 {
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  top: 0%;
  height: auto;
  z-index: 21;
}

#playbutton{
  position: absolute;
  z-index: 100;
  left: 45%;
  top: 20%;
  border: none;
  background-color: transparent;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

#playbutton2{
  position: absolute;
  z-index: 100;
  left: 45%;
  top: 15%;
  border: none;
  background-color: transparent;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

#playbutton3{
  position: absolute;
  z-index: 100;
  left: 45%;
  top: 18%;
  border: none;
  background-color: transparent;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

#playbutton4{
  position: absolute;
  z-index: 100;
  left: 45%;
  top: 18%;
  border: none;
  background-color: transparent;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

#playbutton5{
  position: absolute;
  z-index: 100;
  left: 45%;
  top: 13%;
  border: none;
  background-color: transparent;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

#mybtn {
  position: absolute;
  z-index: 100;
  left: 6px;
  top: 6px;
  border: none;
  background-color: #151515;
  color: white;
  font-weight: bold;
  height: 40px;
  width: 40px;
  box-shadow: 0 2px 4px darkslategray;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 60%;
}


#mybtn:hover {
  background-color: #6759ff;
}

h1{
  padding: 2px 10px;
  font-size: 25px;
}

h5{
  padding: 2px 10px;
  font-size:18px;
  color: beige;
}

h6{
  padding: 2px 10px;
  font-size:14px;
}

p {
  font-size: 14px;
  text-align: justify;
  padding: 2px 10px;
}

hr{
  border-top: 2px solid grey;
  width: 95%;
  margin: 10px auto;
}

.hd{
  width: 8%;
  height: 20%;
  float:right;
}

a{
  display: block;
  background:#2b2b2b;
  color: white;
  text-decoration: none;
  padding: 4px 10px;
  margin: 0 auto;
  margin-top: 5px;
  border: 0.5px solid white;
  border-radius: 50px;
  font-size: 12px;
  text-align: center;
  width: 20%;
}

.error_report{
  font-size: 12px;
}

@media screen and (max-width: 720px) {
  img {
    max-width: 100%;
    object-fit: contain;
    height: 10em;
  }

  .wrapper{
    max-width: 720px;
    max-height: 100%;
  }

  .iframe{
    width: 50%;
    height: 50%;
  }

  #myImage{
    height: 50%;
  }

  #myImage2{
    height: 46%;
  }

  #myImage3{
    height: 40%;
  }

  #myImage4{
    height: 32%;
  }

  #playbutton3{
    left: 42%;
    top: 22%;
    height: 30px;
    width: 30px;
  }

  #playbutton{
    left: 42%;
    top: 20%;
    height: 30px;
    width: 30px;
  }

  #playbutton2{
    left: 42%;
    top: 18%;
    height: 30px;
    width: 30px;
  }

  #playbutton4{
    left: 42%;
    top: 15%;
    height: 30px;
    width: 30px;
  }

  #playbutton5{
    left: 42%;
    top: 14%;
    height: 30px;
    width: 30px;
  }

  #hider {
    position: absolute;
    width: 100%;
    height: 360px;
    left: 0;
    top: 0;
    z-index: 20;
    left: 0px;
    top: 0px;
    border: none;
    background-color: #1f1f1f;
  }
  

  #mybtn{
    height: 30px;
    width: 30px;
  }

  .hd{
    width: 15%;
    height: 40%;
  }

  h1{
    padding: 2px 10px;
    font-size: 22px;
  }
  
  h5{
    padding: 2px 10px;
    font-size:18px;
    color: beige;
  }

  h6{
    padding: 2px 10px;
    font-size:12px;
  }

  a{
    width: 30%;
  }
}